home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TFIDOADDRESSINPUT / TFIDOADDRESSINPUT.txt
Text File  |  1997-07-16  |  1KB  |  77 lines

  1. object FidoAddressInput: TFidoAddressInput
  2.   Left = 124
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Input the address'
  7.   ClientHeight = 118
  8.   ClientWidth = 344
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bOK: TButton
  23.     Left = 88
  24.     Top = 80
  25.     Width = 69
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object bCancel: TButton
  33.     Left = 164
  34.     Top = 80
  35.     Width = 69
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object bHelp: TButton
  43.     Left = 240
  44.     Top = 80
  45.     Width = 69
  46.     Height = 25
  47.     Caption = 'Help'
  48.     TabOrder = 3
  49.     Visible = False
  50.   end
  51.   object AddressBox: TGroupBox
  52.     Left = 16
  53.     Top = 12
  54.     Width = 313
  55.     Height = 57
  56.     Caption = 'Address'
  57.     TabOrder = 0
  58.     object lAddress: THistoryLine
  59.       Left = 12
  60.       Top = 20
  61.       Width = 209
  62.       Height = 21
  63.       HistoryID = 22
  64.       TabOrder = 0
  65.     end
  66.     object bBrowse: TButton
  67.       Left = 233
  68.       Top = 17
  69.       Width = 69
  70.       Height = 25
  71.       Caption = 'Browse'
  72.       TabOrder = 1
  73.       OnClick = bBrowseClick
  74.     end
  75.   end
  76. end
  77.